home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Grafika i zdjecia / Edytory grafiki rastrowej i wektorowej / Inscape 0.44.1 / Inkscape-0.44.1-1.win32.exe / share / extensions / radiusrand.inx < prev    next >
Text File  |  2006-09-06  |  935b  |  20 lines

  1. <inkscape-extension>
  2.    <_name>Radius Randomize</_name>
  3.    <id>org.ekips.filter.radiusrand</id>
  4.        <dependency type="executable" location="extensions">radiusrand.py</dependency>
  5.        <dependency type="executable" location="extensions">inkex.py</dependency>
  6.        <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Radius">100.0</param>
  7.        <param name="end" type="boolean" _gui-text="Randomize nodes">true</param>
  8.        <param name="ctrl" type="boolean" _gui-text="Randomize node handles">false</param>
  9.        <param name="norm" type="boolean" _gui-text="Use normal distribution">true</param>
  10.    <effect>
  11.                <object-type>path</object-type>
  12.                 <effects-menu>
  13.                     <submenu _name="Modify Path"/>
  14.                 </effects-menu>
  15.    </effect>
  16.    <script>
  17.        <command reldir="extensions" interpreter="python">radiusrand.py</command>
  18.    </script>
  19. </inkscape-extension>
  20.